SQL order by的用法 首先,order by是用來寫在where之后,給多個字段來排序的一個DQL查詢語句。 其次,order by寫法: 1. select 字段列表/* from 表名 w ...